home *** CD-ROM | disk | FTP | other *** search
- // Automatic TMPL-to-VDL conversion for resource type 'ALRT'.
- Margin( 10, 10, 10, 10, Width = UseParent )
- VList(Width = UseParent, Alignment = Right )
- {
- Label("BoundsRect", Single )
- Margin( 2, 2, 2, 2 )
- VList( )
- {
- EditText(BoundsRect_Left, Signed(16), Width = 292, Label = "Left: ",LabelAlignment = Right, LabelWidth = 192);
- Spacer(Width = 0, Height = 1);
- EditText(BoundsRect_Top, Signed(16), Width = 292, Label = "Top: ",LabelAlignment = Right, LabelWidth = 192);
- Spacer(Width = 0, Height = 1);
- EditText(BoundsRect_Right, Signed(16), Width = 292, Label = "Right: ",LabelAlignment = Right, LabelWidth = 192);
- Spacer(Width = 0, Height = 1);
- EditText(BoundsRect_Bottom, Signed(16), Width = 292, Label = "Bottom: ",LabelAlignment = Right, LabelWidth = 192);
- Spacer(Width = 0, Height = 1);
- } //VList
- Spacer(Width = 0, Height = 2);
- EditText(Item_list___DITL__ID, Signed(16), Width = 295, Label = "Item list (DITL) ID: ",LabelAlignment = Right, LabelWidth = 195);
- Spacer(Width = 0, Height = 1);
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText("Stage 4 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
- CheckBox(" ", Stage_4_Bold_Item__o);
- } //HList
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText(" Visible", Width = 195, Alignment = Right);
- CheckBox(" ", E___Visible);
- } //HList
- EditText(E___Sound_number, Unsigned(2), Width = 295, Label = " Sound number: ",LabelAlignment = Right, LabelWidth = 195);
- Spacer(Width = 0, Height = 1);
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText("Stage 3 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
- CheckBox(" ", Stage_3_Bold_Item__o);
- } //HList
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText(" Visible", Width = 195, Alignment = Right);
- CheckBox(" ", Token6);
- } //HList
- EditText(Token7, Unsigned(2), Width = 295, Label = " Sound number: ",LabelAlignment = Right, LabelWidth = 195);
- Spacer(Width = 0, Height = 1);
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText("Stage 2 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
- CheckBox(" ", Stage_2_Bold_Item__o);
- } //HList
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText(" Visible", Width = 195, Alignment = Right);
- CheckBox(" ", Token9);
- } //HList
- EditText(Token10, Unsigned(2), Width = 295, Label = " Sound number: ",LabelAlignment = Right, LabelWidth = 195);
- Spacer(Width = 0, Height = 1);
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText("Stage 1 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
- CheckBox(" ", Stage_1_Bold_Item__o);
- } //HList
- HList( )
- {
- Margin( 0, 2, 0, 0 )
- StaticText(" Visible", Width = 195, Alignment = Right);
- CheckBox(" ", Token12);
- } //HList
- EditText(Token13, Unsigned(2), Width = 295, Label = " Sound number: ",LabelAlignment = Right, LabelWidth = 195);
- Spacer(Width = 0, Height = 1);
- HList( )
- {
- EditText(Window_placement, UnsignedHex(16), Width = 295, Label = "Window placement: ",LabelAlignment = Right, LabelWidth = 195);
- Spacer(Width = 0, Height = 1);
- Margin( 5, 0, 0, 0 )
- IntegerPopup( " ", -1, Window_placement, Alignment = Left)
- {
- IntItem( "Leave it alone", 0);
- IntItem( "Center on main screen", 10250);
- IntItem( "Center in parent window", 43018);
- IntItem( "Center on parent’s screen", 26634);
- IntItem( "Alert on main screen", 12298);
- IntItem( "Alert in parent window", 45066);
- IntItem( "Alert in parent’s screen", 28682);
- IntItem( "Stagger on main screen", 14346);
- IntItem( "Stagger in parent window", 47114);
- IntItem( "Stagger on parent’s screen", 30730);
- }; //Integer Popup
- } //HList
- Spacer(Width = 0, Height = 2);
- } //VList
-